ci: Use lsan again
authorMatthias Clasen <mclasen@redhat.com>
Fri, 10 Jul 2020 15:11:42 +0000 (11:11 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 10 Jul 2020 15:11:42 +0000 (11:11 -0400)
Turning it off didn't fix the crashes; and we allow
the asan build to fail anyway now. And the leak reports
are useful whenever it doesn't crash.

.gitlab-ci/run-tests.sh

index 5bdbaf96372c9e76dee23172b4fb12ee126041a0..952b2bdd8112ce0fc8867320d9b5a995f481b692 100755 (executable)
@@ -9,8 +9,6 @@ backend=$2
 
 # Ignore memory leaks lower in dependencies
 export LSAN_OPTIONS=suppressions=$srcdir/lsan.supp
-# Disable lsan for now since it is crashy
-export ASAN_OPTION=detect_leaks=0
 
 case "${backend}" in
   x11)